
/* * ------------------------------------------------------------------------------ * 暗黑模式 * ------------------------------------------------------------------------------ */
.night {
    background-color: #151617 !important;
    color: #999;
}

.night .sitename {
    color: #fff;
}

.night h1,
.night h2,
.night h3,
.night .uk-h3,
.night .uk-h5,
.night h5 {
    color: #eee;
}
.night article.uk-article pre{ border:0; }
.night .swal2-title{ color: #333; }
/*
.night .swal2-popup{ background: #c02020; }
.night .swal2-title{ color: #fff; }
.night .swal2-html-container span#other{ color: #fff; }
*/
.night .page-menu ul li {
    border-bottom: 1px solid #333;
}

.night .page-menu .current-menu-item {
    background: none;
}

/*默认背景色*/
.night .uk-background-default {
    background-color: #1d1f20;
}

/*板块背景色*/
.night .uk-background-muted {
    background-color: #151617;
}

.night .b-a {
    border: 1px solid #262626
}

.night .b-b {
    border-bottom: 1px solid #262626;
}

.night .b-t {
    border-top: 1px solid #262626;
}

.night pre {
    background: #151617 !important;
    border: 1px solid #262626;
    color: #999 !important;
}

.night pre::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #333;
}

.night pre::-webkit-scrollbar-track {
    background-color: #333;
}

.night pre::-webkit-scrollbar-thumb {
    background-color: #444;
}

.night .btn {
    background: #262626;
}

.night .btn:hover {
    background: #2c63ff;
    color: #fff;
    box-shadow: 0 3px 10px -1px #2c63ff;
}

/*导航样式*/
.night .nav>ul>li>a {
    color: #999;
}

.night .nav>ul .current-menu-item>a {
    color: #fff;
}

/*手机导航*/
.night .side-nav>ul>li a {
    color: #eee;
}

.night .side-nav>ul {
    border-left: 1px solid #262626;
}

/*最新发布*/
.night .uk-text-secondary {
    color: #aaa !important;
}

.night .uk-text-secondary:hover,
.uk-text-secondary:hover {
    color: #1e87f0 !important;
}

.night .box .box-title {
    color: #fff
}

/*快捷导航*/
.night .fastlink-item {
    box-shadow: none;
}

.night .fastlink-title {
    color: #aaa;
}

.night .fastlink-list {
    border-left: 1px solid #262626;
}

.night .fastlink-list li::after {
    background: #1d1f20;
    border: 1px solid #333;
}

.night .switcher-title a {
    color: #4c4c4c;
    transition: all .3s;
}

.night .switcher-title a:hover {
    color: #666
}

/*卡片阴影*/
.night .card-item:hover {
    -webkit-box-shadow: 0 34px 20px -24px rgba(0, 0, 0, 0.3);
    box-shadow: 0 34px 20px -24px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.night .blog-item-foot a:hover {
    color: #fff;
}

/*列表*/
.night .card-item .title a {
    color: #fff;
}

/*返回顶部*/
.night .gotop a {
    background-color: #262626;
}

.night .gotop a:hover {
    background: #2c63ff;
    box-shadow: -3px 2px 10px -2px #2c63ff;
}

/*分类*/
.night .nav>ul>li:hover .sub-menu>li {
    border-bottom: 1px solid #262626;
}

/*面包屑*/
.night .crumb a {
    color: #999;
}

/*分页*/
.night .fenye .page-numbers {
    background: #262626;
    box-shadow: 0 5px 10px -5px #111;
}

.night .fenye .current {
    background: #2c63ff;
    color: #fff;
    box-shadow: 0px 5px 10px -5px #2c63ff;
}

.night .fenye a {
    border: 1px solid #262626;
}

/*内容页*/
.night .single-content h2 {
    border-bottom: 2px dashed #333;
}

.night .single-content p {
    color: #aaa;
}

.night .uk-alert-primary {
    background: #151617;
}

.night .single-content table th {
    border-right: 1px solid #262626;
    color: #aaa
}

.night .single-content table td {
    border-right: 1px solid #262626;
}

.night .uk-table-divider>:first-child>tr:not(:first-child),
.night .uk-table-divider>:not(:first-child)>tr,
.night .uk-table-divider>tr:not(:first-child) {
    border-top: 1px solid #262626;
}

.night .single-content table {
    border: 1px solid #262626;
}

/*点赞*/
.night .zan .done {
    background-color: #262626 !important;
}

.night .zan a {
    background-color: #262626;
    color: #aaa;
}

.night .zan a:hover {
    background-color: #111 !important;
}

/*分享*/
.night .share>a {
    background: #262626;
}

.night .share>a:hover {
    background-color: #111;
}

.night .uk-dropdown {
    background: #1d1f20;
}

/*上一页下一页*/
.night .turn-page a {
    color: #ddd;
}

.night .turn-page i {
    color: #ddd;
}

.night .author-data-item {
    border-right: 1px solid #262626;
}

/*网址导航*/
.night .site-switcher-main {
    box-shadow: 0 6px 20px -8px #0d0d0d;
    background: #262626;
}

.night .site-item {
    box-shadow: 0 10px 20px -10px rgb(19, 19, 19);
}

.night .site-item p {
    color: #fff;
}

.night .site-item .site-item-tag a {
    background: #262626;
}

.night .sitenav li a {
    background: none;
}

.night .site-select {
    background: #262626;
    color: #eee;
}

.night .site-form input {
    background: #262626;
    color: #999;
}

.night .site-form button {
    color: #999;
}

.night .site-switcher-main {
    box-shadow: 0 6px 20px -8px #0d0d0d;
}

.night .sitenav li b {
    border-right: 1px solid #262626;
}

.night .sitenav li a:hover {
    color: #fff;
}

.night .site-item .site-item-go {
    color: #fff;
}

/*主题介绍*/
.night .theme-title {
    color: #fff;
}

/*评论*/
.night .comments-title {
    color: #eee;
}

.night .commentlist .children {
    background: #222;
}

.night .comment-head em {
    background: #262626;
}

.night .uk-input,
.night .uk-select,
.night .uk-textarea {
    background: #262626;
    border: 1px solid #333;
}

/*搜索框*/
.night .uk-modal-dialog {
    background: #151617;
}

.night .uk-search-input {
    background: #151617;
}

/*登录*/
.night #modal-login .uk-modal-dialog {
    background: #fff;
}
.night .login-contnet .night .uk-background-default {
    background-color: #fff;
}

.night .login-contnet .b-a {
    border: 1px solid #2c63ff;
}

.night .login-contnet .b-b {
    border-bottom: 1px solid #f2f2f2;
}

.night .login-l h2 {
    color: #333;
}

.night .other-login .btn {
    background: #f9f9f9;
    color: #999;
    border: 1px solid #f2f2f2;
}

.night .other-login .btn:hover {
    background: #2c63ff;
}

/*滚动条*/
.night ::-webkit-scrollbar {
    width: 10px;
    height: 4px;
    background-color: #333;
}

.night ::-webkit-scrollbar-track {
    background-color: #333;
}

.night ::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 10px
}

.night .uk-hr,
.night hr {
    border-top: 1px solid #262626;
}

.night .uk-index-radius {
    border-radius: 6px;
    border: solid 1px #262626;
    background: #262626;
    overflow: hidden;
}

.night .uk-news .uk-text-secondary {
    color: #fff !important;
}

.night .uk-news .uk-text-secondary:hover {
    color: #1e87f0 !important;
}

.night .uk-news>li:hover {
    background-color: #262626;
    cursor: pointer;
}

.night .uk-news>li {
    border-bottom: dashed 1px #262626;
}

.night .uk-article-des {
    background: #1d1f20;
    border: 1px solid #333;
    color: #666;
}

.night .uk-link-heading a,
.night a.uk-link-heading,
.night .uk-article-content,
.night #ds-reset .ds-comments-info .ds-comment-count,
.night #ds-reset .ds-highlight,
.night h4 {
    color: #aaa !important;
}


.night .uk-space_tab>.uk-active>a {
    color: #1e87f0;
}
.night .uk-space_tab {
    border-bottom: 1px solid #333;
}
.night .filter-content{ background-color: #1d1f20; }
